================================================================================
Instructions for Fuzzy-Rule Based Super Resolution Method, Release 1.10
--------------------------------------------------------------------------------

Author: Pulak Purkait (pulak_r@isical.ac.in), Indian Statistical Institute, Kolkata
        
Date: Feb 06, 2013
**********************
Website for updates: http://www.isical.ac.in/~vlrg/?q=node/13


This code is provided as is, with no guarantees except that 
bugs are almost surely present.  Published reports of research 
using this code (or a modified version) should cite the 
article that describes the algorithm: 

[Purkait12] P. Purkait and B chanda, Fuzzy-Rule Based Approach for Single Frame Super Resolution,
		    FuzzIEEE 2013, July, Hyderabad, India. 

Comments and bug reports are welcome.  Email to pulak_r@isical.ac.in, 
for any query or improvements.   

You are free to modify, extend or distribute this code, provided  
you cite the above article. 

=================================================================================

This code is built on Linux system, for windows you need to make appropriate 
changes (minor, probably the directory paths). Run the .sh file 
(run_matlab_SR_Fuzzy.sh) on terminal. Check the Matlab installation path 
on the sh file. If everything goes fine then it would enter to the matlab 
terminal without any warning. 

We only share a demo program of main module of the algorithm. The remainning modules will 
come in the next Release. 

To start the code run following : 
[pulak@ecsu SR_FuzzIeee13]$ ./run_matlab_SR_Fuzzy.sh

To generate Fuzzy-Rule Based Super Resolution image run 
>>Test_Upscale

On low memory and slow system run 
>>Test_Upscale_lowmemory

One of learned dictionay is included. If you want to have your own Dictionary run 
>>Training_membership

If you are getting stuck anywhere put a mail on pulak_r@isical.ac.in. Best Wishes. 

========================================================================================

